RemoveBreakpointRequest

data class RemoveBreakpointRequest(breakpointId: BreakpointId)

Represents request frame that can be used with Debugger#removeBreakpoint operation call.

Removes JavaScript breakpoint.

See also

Constructors

RemoveBreakpointRequest
Link copied to clipboard
fun RemoveBreakpointRequest(breakpointId: BreakpointId)

Properties

breakpointId
Link copied to clipboard
val breakpointId: BreakpointId

Sources

jvm source
Link copied to clipboard